home *** CD-ROM | disk | FTP | other *** search
/ Beautiful Female Teachers Club / Beautiful Female Teachers Club.iso / pc / video.dxr / 00018_v6-up.ls < prev    next >
Encoding:
Text File  |  1998-02-16  |  190 b   |  13 lines

  1. global gv6
  2.  
  3. on mouseDown
  4.   puppetSound(2, "button.aiff")
  5.   if btndown(2) then
  6.     set gv6 to 1
  7.     repeat with i = 23 to 30
  8.       puppetSprite(i, 0)
  9.     end repeat
  10.     go("a6")
  11.   end if
  12. end
  13.